go.uber.org/zap/zapcore.lazyWithCore.core (field)

7 uses

	go.uber.org/zap/zapcore (current package)
		lazy_with.go#L26: 	core         Core
		lazy_with.go#L36: 		core:         nil, // core is allocated once `initOnce` is called.
		lazy_with.go#L44: 		d.core = d.originalCore.With(d.fields)
		lazy_with.go#L50: 	return d.core.With(fields)
		lazy_with.go#L61: 	return d.core.Check(e, ce)
		lazy_with.go#L71: 	return d.core.Write(e, fields)
		lazy_with.go#L76: 	return d.core.Sync()